home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 37.Miter / Makefile < prev    next >
Makefile  |  1995-06-12  |  804b  |  44 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = miter
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. GLOBAL_RESOURCES = miter.nib
  16.  
  17. CLASSES = MitreView.m
  18.  
  19. HFILES = MitreView.h
  20.  
  21. MFILES = miter_main.m
  22.  
  23.  
  24.  
  25. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  26. INSTALLDIR = $(HOME)/Apps
  27. INSTALLFLAGS = -c -s -m 755
  28. SOURCEMODE = 444
  29.  
  30. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
  31.  
  32. LIBS = -lMedia_s -lNeXT_s
  33. DEBUG_LIBS = $(LIBS)
  34. PROF_LIBS = $(LIBS)
  35.  
  36.  
  37. -include Makefile.preamble
  38.  
  39. include $(MAKEFILEDIR)/app.make
  40.  
  41. -include Makefile.postamble
  42.  
  43. -include Makefile.dependencies
  44.